home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
mandellambda2.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
226 b
|
30 lines
MandelLambda2
{
{
mirrorx
x1=-1.5
x2= 2.0
y1=-1.15
y2= 1.15
par1.r=1.0
par1.i=0.5
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
z=z+c
z=par1*z
w=abs(z)
}
{
w>bailout
}
{
par1 : Lambda
}
}